home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20031118-20041115 / 000130_slash_dev_slas…_2000@yahoo.com_Wed Mar 10 09:11:02 2004.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!nntp1.tagonline.com!nycmny1-snf1.gtei.net!news.gtei.net!colt.net!diablo.netcom.net.uk!netcom.net.uk!newsfeed.wirehub.nl!newsfeeder.concepts.nl!213.51.141.5.MISMATCH!newshub2.home.nl!newshub1.home.nl!home.nl!feeder.enertel.nl!nntpfeed-01.ops.asmr-01.energis-idc.net!216.196.98.140.MISMATCH!border1.nntp.ash.giganews.com!nntp.giganews.com!news.glorb.com!postnews1.google.com!not-for-mail
  2. From: slash_dev_slash_null_2000@yahoo.com (Mark Sapiro)
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Re: Carriage Return in ftp-Kermit Script
  5. Date: 9 Mar 2004 20:21:41 -0800
  6. Organization: http://groups.google.com
  7. Lines: 39
  8. Message-ID: <deb126db.0403092021.30f26bea@posting.google.com>
  9. References: <c2ldn2$pv2$06$1@news.t-online.com>
  10. NNTP-Posting-Host: 209.182.169.133
  11. Content-Type: text/plain; charset=ISO-8859-1
  12. Content-Transfer-Encoding: 8bit
  13. X-Trace: posting.google.com 1078892502 30673 127.0.0.1 (10 Mar 2004 04:21:42 GMT)
  14. X-Complaints-To: groups-abuse@google.com
  15. NNTP-Posting-Date: Wed, 10 Mar 2004 04:21:42 +0000 (UTC)
  16. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14839
  17.  
  18. Heinrich Geis <heinrichgeis@t-online.de> wrote in message news:<c2ldn2$pv2$06$1@news.t-online.com>...
  19. > Hi,
  20. > When uploading files interactively the following dialogue appears at the 
  21. > beginning of the session. The dialogue stops at the line with the 
  22. > colon. Then I hit <return> and the session continues .
  23. > ----------------------------------------------------------------------------------------------------------------------
  24. > ftp name of webserver
  25. > Connected to name of webserver.
  26. > 220 name of webserver FTP-Server Version 2010 ready.
  27. > Name (name of webserver): << HERE I PRESS RETURN TO CONTINUE>>
  28. > 230 User 07021-19643-0001 logged in.
  29. > Remote system type is UNIX.
  30. > Using binary mode to transfer files.
  31. > ftp>
  32. > ---------------------------------------------------------------------------------------------------------------------
  33. > Now my question: What do I enter in the Kermit script analogue to 
  34. > pressing the <return>-key in the interactive session ?
  35.  
  36. The Name prompt comes from Kermit, not from the ftp server so you
  37. can't answer it directly in the script. You can provide the answers
  38. interactively from the keyboard when the script runs, or you can
  39. provide the information in the login so you won't be prompted as in
  40.    ftp ftphost.sub.domain /user:anonymous /password:me@my.domain
  41.  
  42. Give the kermit command
  43.    help ftp open
  44.  
  45. and see http://www.columbia.edu/kermit/ftpscripts.html for more info
  46. including how the script can prompt for the password so it isn't built
  47. in.
  48.  
  49. --
  50. Mark Sapiro <msapiro at value dot net> The highway is for gamblers,
  51. San Francisco Bay Area, California     better use your sense - B.
  52. Dylan
  53.